Key
    class KeyValueBasedVersionsRepoProxy<T>(keyValueStore: KeyValueRepo<String, Int>, val database: T) : StandardVersionsRepoProxy<T> 
Content copied to clipboard
Constructors
Link copied to clipboard
                fun <T> KeyValueBasedVersionsRepoProxy(keyValueStore: KeyValueRepo<String, Int>, database: T)
Content copied to clipboard
Functions
Link copied to clipboard
                Link copied to clipboard
                open suspend override fun updateTableVersion(tableName: String, version: Int)
Content copied to clipboard